home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / fileutil / fhd210.zip / READ_ME.BAT < prev    next >
DOS Batch File  |  1996-02-05  |  872b  |  26 lines

  1. echo off
  2. cls
  3.  
  4. rem  This batch file provides a simple way to read about the product:
  5. rem
  6. rem                            File_Handle (tm)
  7. rem
  8. rem               A File and Program manager for DOS & Windows
  9. rem
  10. rem  ***************************************************************
  11. rem  * To quickly see what the procuct can do for you, consult the *
  12. rem  * file REVIEW.TXT.                                            *
  13. rem  ***************************************************************
  14. rem
  15. rem  The information you want to read is in the files VENDINFO.DIZ
  16. rem  and READ_ME.1ST.
  17. rem
  18. rem  If you prefer, you can read it using any ordinary text viewer.
  19. rem  For example, if the LIST viewer is in your DOS path, you would
  20. rem  use the command 'LIST VENDINFO.DIZ'.
  21.  
  22. rem  Show file here via DOS' more command:
  23. more < READ_ME.1ST
  24. more < VENDINFO.DIZ
  25. pause
  26.